home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cpp_libs / answrbok / 2_13.lha / 2_13 / 2_13a1.c < prev    next >
Text File  |  1993-08-08  |  380b  |  18 lines

  1. * Copyright (c) 1990 by AT&T Bell Telephone Laboratories, Incorporated. */
  2. * The C++ Answer Book */
  3. * Tony Hansen */
  4. * All rights reserved. */
  5. har *months[] =
  6.    {
  7.    "January", "February", "March",
  8.    "April", "May", "June",
  9.    "July", "August", "September",
  10.    "October", "November", "December"
  11.    };
  12.  
  13. nt days[] =
  14.    {
  15.    31, 28, 31, 30, 31, 30,
  16.    31, 31, 30, 31, 30, 31
  17.    };
  18.